ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / RangeMax Property

In This Topic
    RangeMax Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.RangeMax. Sets the maximum length allowed when editing date ranges.
    Syntax
    'Declaration
     
    Public Property RangeMax As Integer
    public int RangeMax {get; set;}
    Remarks
    The default value for this property is zero, which means there is no maximum value for range lengths.
    See Also